[
{
"type": "@n8n/n8n-nodes-langchain.agent",
"name": "AI Agent",
"description": "Generates an action plan and executes it. Can use external tools."
},
{
"type": "@n8n/n8n-nodes-langchain.anthropic",
"name": "Anthropic",
"description": "Interact with Anthropic AI models"
},
{
"type": "@n8n/n8n-nodes-langchain.googleGemini",
"name": "Google Gemini",
"description": "Interact with Google Gemini AI models"
},
{
"type": "@n8n/n8n-nodes-langchain.openAi",
"name": "OpenAI",
"description": "Message an assistant or GPT, analyze images, generate audio, etc."
},
{
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"name": "Basic LLM Chain",
"description": "A simple chain to prompt a large language model"
},
{
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"name": "Information Extractor",
"description": "Extract information from text in a structured format"
},
{
"type": "@n8n/n8n-nodes-langchain.chainRetrievalQa",
"name": "Question and Answer Chain",
"description": "Answer questions about retrieved documents"
},
{
"type": "@n8n/n8n-nodes-langchain.sentimentAnalysis",
"name": "Sentiment Analysis",
"description": "Analyze the sentiment of your text"
},
{
"type": "@n8n/n8n-nodes-langchain.chainSummarization",
"name": "Summarization Chain",
"description": "Transforms text into a concise summary"
},
{
"type": "@n8n/n8n-nodes-langchain.textClassifier",
"name": "Text Classifier",
"description": "Classify your text into distinct categories"
},
{
"type": "n8n-nodes-base.evaluation",
"name": "Evaluation",
"description": "Runs an evaluation"
}
]